From ac76731c9fc3ad56818b8ac07f10dd75470080f5 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 24 Jul 2002 02:07:26 +0000 Subject: [PATCH] (start_of_data): Don't define the function if a macro form has been defined. --- src/sysdep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sysdep.c b/src/sysdep.c index 6eb079075e7..206ecca427a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2237,6 +2237,7 @@ start_of_text () * */ +#ifndef start_of_data char * start_of_data () { @@ -2259,6 +2260,7 @@ start_of_data () #endif /* ORDINARY_LINK */ #endif /* DATA_START */ } +#endif /* start_of_data */ #endif /* NEED_STARTS (not CANNOT_DUMP or not SYSTEM_MALLOC) */ /* init_system_name sets up the string for the Lisp function -- 2.30.2